getKeysBytes

open fun getKeysBytes(index: Int): ByteString
Dictionary encoding for keys
repeated string keys = 3;

Return

The bytes of the keys at the given index.

Parameters

index

The index of the value to return.